projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b94a6f
)
menuitem: Remove unused variable
author
Benjamin Otte
<otte@redhat.com>
Wed, 25 May 2011 15:53:12 +0000
(17:53 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Fri, 27 May 2011 14:11:09 +0000
(16:11 +0200)
Seriously, can't people compile with -Werror? Broke with
5f2ef59d6968f311abe3ebf9f477120240c1acb2
gtk/gtkmenuitem.c
patch
|
blob
|
history
diff --git
a/gtk/gtkmenuitem.c
b/gtk/gtkmenuitem.c
index be643a85338fdcd14b072bf84142e3a573613257..b8e0746cf20ea3a6e3c22156ab2041fcb27819a0 100644
(file)
--- a/
gtk/gtkmenuitem.c
+++ b/
gtk/gtkmenuitem.c
@@
-2121,7
+2121,6
@@
gtk_menu_item_position_menu (GtkMenu *menu,
GtkAllocation allocation;
GtkWidget *widget;
GtkMenuItem *parent_menu_item;
- GtkRequisition requisition;
GtkWidget *parent;
GdkScreen *screen;
gint twidth, theight;